Package org.springframework.data.document.mongodb

MongoDB core support.

See:
          Description

Interface Summary
CollectionCallback<T>  
CursorPreparer Simple callback interface to allow customization of a DBCursor.
DbCallback<T>  
MongoAdminOperations  
MongoDocumentWriter  
MongoOperations Interface that specifies a basic set of MongoDB operations.
MongoReader<T> A MongoWriter is responsible for converting a native MongoDB DBObject to an object of type T.
MongoReaderWriter<T>  
MongoTemplate.DbObjectCallback<T> Simple internal callback to allow operations on a DBObject.
MongoWriter<T> A MongoWriter is responsible for converting an object of type T to the native MongoDB representation DBObject.
 

Class Summary
CannotGetMongoDbConnectionException  
CollectionOptions Provides a simple wrapper to encapsulate the variety of settings you can use when creating a collection.
DbHolder  
MongoAdmin
Enum Summary
WriteResultChecking  
 

Package org.springframework.data.document.mongodb Description

MongoDB core support.